home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 March / Macworld (1998-03) (Disk 1).dmg / Shareware World / Info / For Developers / GhostScript 5.10 / MacGS-510 / doc / psfiles.txt < prev    next >
Text File  |  1997-07-18  |  9KB  |  242 lines

  1.    Copyright (C) 1990, 1995, 1996, 1997 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, psfiles.txt, describes the .ps files distributed with
  21. Ghostscript, other than fonts.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. Generally used system files
  27. ---------------------------
  28.  
  29. gs_init.ps - Ghostscript reads this automatically when it starts up.  It
  30. contains definitions of many standard procedures and initialization for a
  31. wide variety of things.
  32.  
  33. gs_btokn.ps - gs_init.ps reads this in if the btoken feature is included in
  34. the configuration.  It provides support for binary tokens.
  35.  
  36. gs_ccfnt.ps - gs_init.ps reads this in if the ccfonts feature is included
  37. in the configuration.  It provides support for compiled fonts.
  38.  
  39. gs_fonts.ps - gs_init.ps reads this in.  It initializes Ghostscript's font
  40. machinery and provides some utility procedures that work with fonts.
  41.  
  42. gs_statd.ps - gs_init.ps reads this in.  It creates a dummy statusdict and
  43. some other environmental odds and ends for the benefit of PostScript files
  44. that really want to be printed on a LaserWriter.
  45.  
  46. gs_dps1.ps - gs_init.ps reads this in if the dps feature is included in
  47. the configuration.  It provides support for various Display PostScript and
  48. Level 2 features.
  49.  
  50. gs_lev2.ps - gs_init.ps reads this in if the Ghostscript interpreter
  51. includes Level 2 PostScript functions.  It contains definitions of
  52. procedures and miscellaneous initialization for the Level 2 functions.
  53.  
  54. gs_res.ps - gs_init.ps reads this in if the Level 2 resource machinery is
  55. included.  Currently, this is the case for all Level 2 configurations.
  56.  
  57. gs_type1.ps - gs_init.ps reads this in if the Ghostscript interpreter
  58. includes Type 1 font capability (which it normally does).
  59.  
  60. gs_*_e.ps - These files define the Encodings known to Ghostscript.  All of
  61. them except gs_std_e.ps and gs_iso_e.ps are loaded only if referenced.
  62.  
  63. More obscure system files
  64. -------------------------
  65.  
  66. gs_cmdl.ps - This file is not used yet.  Eventually it will replace C code
  67. that parses the Ghostscript command line.
  68.  
  69. gs_diskf.ps - This file implements the -dDISKFONTS feature (diskfont.dev).
  70. See use.txt for a description of this feature.
  71.  
  72. gs_kanji.ps - This file provides support for the Wadalab free Kanji font.
  73. It is not included automatically in any configuration.
  74.  
  75. gs_pdfwr.ps - This file contains some patches for providing information to
  76. the pdfwrite driver.  It is included only if the pdfwrite driver is
  77. included.
  78.  
  79. gs_pfile.ps - This file provides runtime support for packed fonts.  It is
  80. not included automatically in any configuration.
  81.  
  82. PDF-specific system files
  83. -------------------------
  84.  
  85. gs_pdf.ps - The ProcSet that provides runtime support for PDF files.
  86. pdf2ps copies this into its output.
  87.  
  88. gs_l2img.ps - The ProcSet that emulates the PostScript Level 2 'image'
  89. operator on Level 1 systems.  pdf2ps copies this into its output if the
  90. PSLevel1 option was selected.
  91.  
  92. pdf_2ps.ps - The additions to the PDF interpreter that allow it to convert
  93. PDF to PostScript.
  94.  
  95. pdf_base.ps - Utilities for interpreting PDF objects and streams.
  96.  
  97. pdf_draw.ps - The interpreter for drawing-related PDF operations.
  98.  
  99. pdf_font.ps - Code for handling fonts in PDF files.
  100.  
  101. pdf_main.ps - Document- and page-level control for interpreting PDF files.
  102.  
  103. Art
  104. ---
  105.  
  106. chess.ps - A black-and-white chessboard.
  107.  
  108. golfer.ps - A gray-scale picture of a stylishly dressed woman swinging a
  109. golf club.
  110.  
  111. escher.ps - A colored version of a hexagonally symmetric Escher drawing of
  112. interlocking butterflies.  Can be printed on monochrome devices, with
  113. somewhat less dramatic results.
  114.  
  115. cheq.ps - A chessboard "font" used by chess.ps (obtained from the Adobe
  116. file server).
  117.  
  118. snowflak.ps - A rectangular grid of intricate colored snowflakes.
  119. (Renders very slowly.)
  120.  
  121. colorcir.ps - A set of nested ellipses made up of colored bars.
  122.  
  123. tiger.ps - A dramatic colored picture of a tiger's head.
  124.  
  125. ridt.eps - The RIDT '91 logo.  Note that since this is an EPS file, you will
  126. have to add
  127.     -c showpage
  128. at the end of the command line to print it or convert it to a raster file.
  129.  
  130. Utilities
  131. ---------
  132.  
  133. For more information on these utility programs, see the comments at the
  134. beginning of the files.  The ones marked with * have batch files or shell
  135. scripts of the same name (e.g., bdftops, bdftops.bat) to invoke them
  136. conveniently.
  137.  
  138. align.ps - a test page for determining the proper margin and offset
  139. parameters for your printer.
  140.  
  141. bench.ps - a file useful for running benchmarks.
  142.  
  143. * bdftops.ps - a utility for converting BDF fonts to outline form: see
  144. fonts.txt for more information.
  145.  
  146. caption.ps - a file for putting a caption in a box at the bottom of each
  147. page, useful for trade show demos.
  148.  
  149. docie.ps - an emulation of the CIE color mapping algorithms.
  150.  
  151. * gslp.ps - a utility for doing "line printing" of plain text files.
  152.  
  153. impath.ps - a utility for reconstructing outlines from bitmap images,
  154. used by bdftops.
  155.  
  156. landscap.ps - a file that you can put in front of your own files to get
  157. them rendered in landscape mode.
  158.  
  159. level1.ps - a file that turns off any Level 2 features.
  160.  
  161. packfile.ps - a utility for compressing fonts into a single file.
  162.  
  163. prfont.ps - a utility to print a font catalog.
  164.  
  165. * ps2ascii.ps - a utility for extracting the ASCII text from PostScript
  166. source files.  It redefines many operators.  For more information, see the
  167. comments in the file.
  168.  
  169. ps2ai.ps - a utility for converting an arbitrary PostScript file into a form
  170. compatible with Adobe Illustrator.  NOTE: ps2ai doesn't work properly with
  171. Adobe's Helvetica-Oblique font, and other fonts whose original FontMatrix
  172. involves skewing or rotation.
  173.  
  174. * ps2epsi.ps - a utility for converting an arbitrary PostScript file into
  175. EPSI form.
  176.  
  177. quit.ps - a file containing just the word "quit".  (The -c switch now makes
  178. this unnecessary; this file exists for backward compatibility.)
  179.  
  180. rollconv.ps - a utility for converting files produced by Macromedia's Rollup
  181. program to a Type 0 form directly usable by Ghostscript.
  182.  
  183. showpage.ps - a file containing just the word "showpage".  (The -c switch
  184. now makes this unnecessary; this file exists for backward compatibility.)
  185.  
  186. viewcmyk.ps - a utility for displaying CMYK files.
  187.  
  188. viewgif.ps - a utility for displaying GIF files.
  189.  
  190. viewjpeg.ps - a utility for displaying JPEG files.
  191.  
  192. viewpcx.ps - a utility for displaying PCX files.
  193.  
  194. viewpbm.ps - a utility for displaying PBM/PGM/PPM files.
  195.  
  196. waterfal.ps - a utility to print a "waterfall" of fonts at different
  197. sizes.
  198.  
  199. Development tools
  200. -----------------
  201.  
  202. acctest.ps - a utility that checks whether the interpreter enforces access
  203. restrictions.
  204.  
  205. decrypt.ps - a utility for decrypting the eexec section of a font.
  206.  
  207. markpath.ps - a utility for showing the points on a path.
  208.  
  209. pcharstr.ps - a utility for printing out the CharStrings and Subrs in a
  210. Type 1 font.
  211.  
  212. ppath.ps - a couple of utilities for printing out the current path, for
  213. debugging.
  214.  
  215. traceop.ps - a utility for tracing uses of any procedure or operator
  216. for debugging.
  217.  
  218. type1enc.ps - the Type 1 font format encryption and decryption algorithms,
  219. written in PostScript.
  220.  
  221. uninfo.ps - some utilities for printing out PostScript data structures.
  222.  
  223. unprot.ps - a prologue to disable access checking.
  224.  
  225. viewps2a.ps - a utility for displaying the output of ps2ascii.ps.
  226.  
  227. winmaps.ps - a utility for creating mappings between the Adobe encodings
  228. and the Microsoft Windows character sets.
  229.  
  230. wrfont.ps - a utility for writing out an unprotected Type 1 font, such as
  231. the standard Ghostscript fonts.
  232.  
  233. zeroline.ps - a utility for testing how interpreters handle zero-width
  234. lines.
  235.  
  236. Odds and ends
  237. -------------
  238.  
  239. lines.ps - a test program for line joins and caps.
  240.  
  241. type1ops.ps - the Type 1 font format opcodes.
  242.